@extends('layouts.admin') @section('content')
@if ($errors->any())
@endif
{{ trans('global.create') }} {{ trans('global.categories.title_singular') }}
@csrf
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('slug'))

{{ $errors->first('slug') }}

@endif

{!! Form::file('sub_banner_image', ['class' => 'form-control','required', 'accept' => 'image/*']) !!}
{{ $errors->first('sub_banner_image') }}
@if($errors->has('monthly_pick_up_name'))

{{ $errors->first('monthly_pick_up_name') }}

@endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
{{--

@if($errors->has('category_image'))

{{ $errors->first('category_image') }}

@endif {{ trans('global.categories.fields.category_image_helper') }}
--}}

@if($errors->has('category_image'))

{{ $errors->first('category_image') }}

@endif {{ trans('global.categories.fields.category_image_helper') }}
@endsection @section('scripts') @endsection