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

{{ trans('cruds.company.fields.description_helper') }}

@if($errors->has('city_id')) {{ $errors->first('city_id') }} @endif

{{ trans('cruds.description.fields.icon_helper') }}

@if($errors->has('subcategory_id')) {{ $errors->first('subcategory_id') }} @endif

{{ trans('cruds.description.fields.icon_helper') }}

@endsection