@extends("layouts.insurance.app") @section("page-title") Dashboard @endSection @section("page-nav-title")

{{__("Edit Category Price")}}

{{__("Category Price")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit") }}

$insurance_for_provided_sections->id] )}}" enctype="multipart/form-data"> @csrf @method('put')
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("price")
{{$message}}
@enderror
@endsection @section("scripts") {{-- --}} {{-- --}} @endsection