@extends('layouts.admin_app') @section('title','Edit Category - Admin Dashboard') @section('content')

Edit Category

@include('flash-message')
{{@csrf_field()}}
image) style="display: none;" @endif>
@if($errors->has('image')) @component('components.error') {{$errors->first('image')}} @endcomponent @endif
@if($errors->has('name_eng')) @component('components.error') {{$errors->first('name_eng')}} @endcomponent @endif
@if($errors->has('name_ar')) @component('components.error') {{$errors->first('name_ar')}} @endcomponent @endif
@endsection