@extends('layouts.app') @section('content')

{{ trans('lang.create_section') }}

@csrf
@include('alerts.error_messages')
{{ trans('lang.create_section') }}
{{-- {{ trans('lang.restaurant_category_help') }} --}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection