@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