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