@extends('layouts.main') @section('title', 'Sample Page') @section('breadcrumb-item', 'Other') @section('breadcrumb-item-active', 'Sample Page') @section('css') @endsection @section('content')
Hello card
@endsection