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

@yield('title')

@endsection @section('content')

{{ __('ID') }} {{ __('Name') }} {{ __('Email') }} {{ __('Active Status') }} {{ __('Action') }}
@endsection @section('script') @endsection