{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Media Gallery Page') {{-- vendors styles --}} @section('vendor-style') @endsection {{-- page content --}} @section('content')
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection