@extends('admin.master') @section('title',@trans('Create Category')) @section('content')

@trans('Categories')

@csrf

@foreach ($languages as $index => $locale) {{-- title ------------------------------------------------------------------------------------- --}}
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
@endforeach

@error('sort') {{ $message }} @enderror
@endsection