@extends('layouts.app') @section('content')

File Attechments

{{--
--}}

{{ __('xcustomer::customer.headings.panel_customer_details')}}

@csrf
@can('SHOW_ATTECH_FILES') @if(!empty($file))
@if(!empty($file->br))
@endif @if(!empty($file->registration_form))
@endif @if(!empty($file->nic_front))
@endif @if(!empty($file->nic_back))
@endif
@endif
@endcan {{--
--}}
@endsection @section('custom_script') @endsection