@extends('admin.layout.index') @section('title') {{ __('messages.fleetCategory') }} @endsection @section('css') @endsection @section('content')

{{ __('messages.add-fleetCategory') }}

@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('slug_ar')) {{ $errors->first('slug_ar') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('slug_en')) {{ $errors->first('slug_en') }} @endif
@endsection @section('js') @endsection