@extends('layouts.admin') @section('title', 'Edit Deals') @section('content')
@csrf @method('PATCH')
@endsection