@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.setting.title_singular') }}
@csrf
@if ($errors->has('box_booking_time')) {{ $errors->first('box_booking_time') }} @endif {{ trans('cruds.setting.fields.box_booking_time_helper') }}
@if ($errors->has('contract_number')) {{ $errors->first('contract_number') }} @endif {{ trans('cruds.setting.fields.contract_number_helper') }}
@if ($errors->has('contract_email')) {{ $errors->first('contract_email') }} @endif {{ trans('cruds.setting.fields.contract_email_helper') }}
@if ($errors->has('banner')) {{ $errors->first('banner') }} @endif {{ trans('cruds.setting.fields.banner_helper') }}
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@endsection @section('scripts') @endsection