@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit customer")}} [{{$item->name}}] @else {{__("Add new customer")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

  • {{__("Recommends")}}
@if(isset($item))

{{__("Addresses")}}

@endif

@if(isset($item)) {{__("Edit customer")}} [{{$item->name}}] @else {{__("Add new customer")}} @endif

colleague) checked @endif>
@endsection