@extends('admin.layouts.app') @section('content')
New {{ $module['title_sort'] }}
@csrf
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif

Permissions
@if($permissions) @foreach($permissions as $per)
@endforeach @endif {{--
--}}
Back
@endsection @push('scripts_footer') @endpush