@if (Request::get('action') == 'delete' && $customer)

{{ trans('customer.delete') }}

{{ $customer->name }}

{{ $customer->email }}

{{ $customer->phone }}

{{ $customer->address }}

{{ $customer->is_active }}

{{ $customer->notes }}

{!! $errors->first('customer_id', ':message') !!}

{{ trans('app.delete_confirm') }}
@endif