@extends('admin.layouts.main') @section('title', "Admin Dashboard") @section('breadcrumb') @include('components.breadcrumb_item', ['text' => 'Dashboard']) @endsection @section('content')
Content here
@endsection