@extends('layouts.customer') @section('title','Edit Contact') @section('extra-css') @endsection @section('content')
@csrf @method('put') @include('customer.contacts.form')
@endsection @section('extra-scripts') @endsection