@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__('Edit Option')}}

@endsection @section("content") @include("includes.dialog")

{{__('Edit Option')}}

$option->id] )}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("price")
{{$message}}
@enderror
@error("discount_price")
{{$message}}
@enderror

@error("images")
{{$message}}
@enderror
@if($option->getFirstMediaFile())
@endif
@endsection