@extends('admin.layouts.app') @section('title', 'Edit Offer') @section('content')
@csrf @method('PUT')

@endsection