@extends('layouts.back-end.body') @section('content')

{{ __('message.customer') }} {{ __('message.new') }}

@csrf @if (isset($row)) @endif
@if (isset($row['user'])) @else @endif
{{-- --}}
@endsection