@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Special Offer")}}
{{__("Edit Special Offer")}}
{{__("Dashboard")}}
{{__("Special Offer")}}
{{__("Edit")}}
@endsection @section("css-links")
@endsection @section("content")
{{__("Edit New Special Offer")}}
$special_offer->id])}}" enctype="multipart/form-data"> @csrf @method("put")
{{ __('branches') }}
{{ __('select_all') }}
{{ __('deselect_all') }}
@foreach($branches as $branch)
id, old('branches[]', $special_offer->branches->pluck('id')->toArray())) ? 'selected' : '' }}>{{ $branch->getNameAttribute() }}
@endforeach
@error('branches')
{{ $message }}
@enderror
{{__("Type")}}
@error("type")
{{$message}}
@enderror
{{__("Url")}}
@error("url")
{{$message}}
@enderror
{{__("Social Media Photo")}}
{{__("Upload Photo")}}
@error("image")
{{$message}}
@enderror
@if($special_offer->getFirstMediaFile())
@endif
@endsection @section("scripts") @endsection