@extends('admin.adminlayout') @section('page_title') @if(!isset($customer)) {{__('New customer')}} @else {{__('Edit customer')}}: {{$customer->name}} @endif - @endsection @section('content')