@section('Dashboard')

table {{ __('edit')}} {{ $Product->title_en }}

{!! __('Welcome to the Product Management Dashboard Here, You can easily Edit new Product to tailor the system to your Needs. Simply navigate to the Edit Section to Get Started.') !!}


@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@if(isset($Product->Image->filename)) Active Product @else Product @endif
@csrf

{!! __('Product Form') !!}

@csrf @method('PATCH')
KEEP IMAGES
{!! __('Product Status') !!}
state == 1) checked @endif>
@error('title_en')
{!! $message !!}
@enderror
@error('title_ar')
{!! $message !!}
@enderror
@error('price')
{{ $message }}
@enderror
@error('meta_keywords')
{{ $message }}
@enderror
@error('meta_keywords')
{!! $message !!}
@enderror
@include('layouts.footer')
@endsection