@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Home - Admin Panel
@endsection

@section("content")

@endsection