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

{{__("Special Offer")}}

{{__("Edit Special Offer")}}

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

{{__("Edit New Special Offer")}}

$special_offer->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error('branches'){{ $message }}@enderror
@error("type")
{{$message}}
@enderror
@error("url")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
@if($special_offer->getFirstMediaFile()) {{$special_offer->id}}@endif
@endsection @section("scripts") @endsection