@extends('layouts.adminapp') @section('content') @section('head',__('lng.Customer')) {{-- Account Group --}}
{{--

{{__('lng.Customer')}}

--}}
{{__('lng.CustomerTable')}}
{{__('lng.CustomerTable')}}
{{__('lng.CreateNew')}}

@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach($Customers as $Customer) @endforeach
{{__('lng.SiNo')}} {{__('lng.Title')}} {{__('lng.Mobile')}} {{__('lng.Action')}}
{{++$si}} {{$Customer->title}} {{$Customer->mobile}} {{--
--}}
@csrf @method('delete')
{{--
--}}

{{$Customers->count()}} {{__('lng.Items')}}


@endif
@endsection