@extends('dashboard.base') @section('content')

Create new customer

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@include('dashboard.customers._form')
@endsection @section('javascript') @endsection