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

@lang('site.categories')

{{ csrf_field() }} {{ method_field('post') }}
@lang('site.add')
@include('partials._errors') {{-- @if ($errors->any())
    --}} {{-- @foreach ($errors->all() as $error) --}} {{-- @if ($errors->has('name_ar'))
  • * @lang('site.name_arError')
  • @endif @if ($errors->has('name_en'))
  • * @lang('site.name_enError')
  • @endif @if ($errors->has('description'))
  • * @lang('site.descriptionError')
  • @endif @if ($errors->has('flag'))
  • * @lang('site.flagError')
  • @endif --}} {{-- @endforeach --}} {{--
@endif --}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
*
*
*

@lang('site.subcategories')


{{-- --}}
@endsection @section('scripts') @endsection