@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('track Categories status')}}

{{__('create new category')}}

@endsection @section("content")

{{__('Create New track Category')}}

@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf
@foreach($categories as $category) @endforeach
# {{__('Category Image')}} {{__('English Category name')}} {{__('Arabic Category name')}} {{__('From time')}} {{__('To time')}} {{__('converting status to')}}
{{$category->category_name_en}} {{$category->category_name_ar}}
@endsection @section("scripts") @endsection