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

{{ __('message.customer') }} @if ($title) {{ __('message.new') }} @endif

@if ($title == 'View')
@endif
@csrf @if (isset($row)) @endif
@if ($title !== 'View')
@endif
@endsection