@extends('header.header') @section('content')
{{ __('Categories') }}


@csrf

{{ __('Category table') }}


@foreach ($categories as $category) @csrf @endforeach
{{ __('English Category Name') }} {{ __('Arabic Category Name') }} {{ __('Image') }} {{ __('Status') }} {{ __('Edit') }} {{ __('Action') }}
{{ __('Category Image') }}
@endsection