@extends('layouts.app') @section('title', 'Gallery | Your Website') @section('content') @include('layouts._breadcrumb',['pageName'=>['Photos']])
{{-- More photos --}} @include('gallery._more-photos',['photos'=>['10','11','12','13','14','15','16']]) @include('layouts.sidebars._gallery-side-bar')
@endsection