@extends('layouts.app') @section('page_title',$customer->exists?'Edit Customer':'New Customer') @section('content')
@csrf @if($customer->exists) @method('PUT') @endif
@endsection