@extends('layouts.admin') @section('title', 'Edit Customer') @section('page-title', 'Edit Customer') @section('breadcrumbs') Customers chevron_right {{ $customer->name }} @endsection @section('content')
{{ $message }}