@extends('admin.layouts.app')
@section('title')
{{ __('pages.user.title') }} — {{ config('app.name', 'Laravel') }}
@endsection
@section('header-content')
{{ __('pages.user.title') }}
@include('admin.layouts.partials.breadcrumb-section')
@endsection
@section('content')
{{ __('datatable.name') }} |
{{ __('datatable.email') }} |
{{ __('datatable.mobile') }} |
{{ __('datatable.action') }} |
@endsection
@section('page-script')
@endsection