@extends('admin.layouts.app') @section('title', 'Edit Customer') @section('content')
Update customer: {{ $customer->name }}
{{ $message }}