@extends('admin.layouts.app') @section('content')
New {{ $module['title_sort'] }}
@csrf
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
Back
@endsection @push('scripts_footer') @endpush