@extends('layouts.admin-master') @php($object = 'Customer') @section('title', $object . ' List') @section('content')

{{ $object }} Management

@{{ objects.total }}

Total @{{ objectName | pluralize(objects.total) }}

@include('layouts.alerts')

Total @{{ objects.total }} @{{ objectName | pluralize(objects.total) }}

{{--
--}}

# Name Mobile Action
@{{ index + 1 }} @{{ object.name }} @{{ object.mobile }}
@endsection @section('script') @endsection