@extends('layouts.master') @section('title', 'Box Layout') @section('css') @endsection @section('breadcrumb')

Box Layout

@endsection @section('main_content')

Title

Start creating your amazing application!
<!-- Cod Box Copy begin -->
<div class="card-body">
 <span>Start creating your amazing application!</span>
</div>
<!-- Cod Box Copy end -->
@endsection @section('scripts') @endsection