@extends('layouts.master') @section('title') Gallery @endsection @section('css') @endsection @section('body')
@endsection @section('content') @component('components.breadcrumb') @slot('page_title') Gallery @endslot @slot('subtitle') Icons @endslot @endcomponent @endsection @section('scripts') @endsection