@extends('layouts.app') @section('content')

Edit Contact

@csrf @method('PUT') @include('admin.contacts.partials._form')
Cancel
@endsection