@extends('admin.layout.master') @section('title', __('admin.add_category')) @section('styles') @endsection @section('content')
@csrf
{{ __('admin.main_details') }}
{{ __('admin.add_main_details') }}
@foreach (Config::get('laravellocalization.supportedLocales') as $key => $lang)
@error('name.' . $key)
{{ $message }}
@enderror
@endforeach
@error('image')
{{ $message }}
@enderror
{{ __('admin.attributes') }}
{{ __('admin.add_attributes_for_category') }}
@endsection @section('scripts') @endsection