@extends('layouts.master') @section('title', 'Update Contact') @section('css') @endsection @section('content')
@section('breadcrumbs') @endsection
Update Contact
@include('admin.errors.error') {!! Form::open(['route' => ['admin.contact.update', $contact->id], 'id' => 'editform', 'name' => 'editform']) !!} @csrf @method('PATCH') @include('admin.contact.common') {!! Form::close() !!}
@endsection @section('scripts') @endsection