@extends('layouts.admin') @section('title') Customers @endsection @section('extra-css') @endsection @section('content')

@lang('admin.customers.list')

@lang('admin.form.button.new')
@lang('admin.table.name') @lang('admin.table.email') @lang('admin.table.status') @lang('admin.table.action')
@endsection @section('extra-scripts') @endsection