@extends('admin::layouts.app') @section('content')
@method('PUT')

{{ __('admin.offer') }}

{{ __('admin.edit_offer') }}

{{ __('static.cancel') }}
{{ __('admin.enter_the_details_below_for_edit_offers') }}
@if (!auth()->user()->hasRole([App\Helpers\ConstantHelper::SUPER_ADMIN]))
@endif
@endsection @section('script') @endsection