@extends('layouts.main') @section('title') {{ __('Users') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@can('customer-update') @endcan
{{ __('ID') }} {{ __('Profile') }} {{ __('Name') }} {{ __('Email') }} {{ __('Mobile') }} {{ __('Type') }} {{ __('Address') }} {{ __('Total Post') }} {{ __('Status') }}{{ __('Auto Approve Advertisement') }}{{ __('Action') }}
@endsection @section('js') @endsection