@extends('admin.master') @section('title', __('keywords.edit_offer')) @section('content')

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

@method('PUT') @csrf
is_active ? 'checked' : '' }}>
@endsection