@section('title', $title) @section('description', $description) @extends('layout.app') @section('content')

{{ trans('menu.customer-add-new') }}

@csrf
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@endsection