@extends('layouts.layout-2') @section('content')

{{ __('back') }} {{ __('customer.customer_details') }}

@if(Session::has('custom-error'))
{{ Session::get('custom-error') }}
@endif @include('admin.customer._detail') {{ __('back') }} @endsection