@extends('layouts.app') @section('title') New Contact @endsection @section('description') Create a new contact @endsection @section('breadcrumb')
  • Edit Contact
  • @endsection @section('content')

    Edit A Contact

    {{ csrf_field() }}
    @endsection