@extends('layouts.main') @if (Auth::user()->type == 'super admin') @section('page-title') {{ __('Customers') }} @endsection @section('page-breadcrumb') {{ __('Customers') }} @endsection @else @section('page-title') {{ __('Users') }} @endsection @section('page-breadcrumb') {{ __('Users') }} @endsection @endif @section('page-action')