@extends('frontend.layouts.app') @section('title') Notice Details - @endsection @push('style') @endpush @section('content') @include('frontend.layouts.include.breadcrumb', [ 'items' => [ ['name' => 'Notice', 'url' => '#'], ['name' => $pageTitle, 'url' => route('noticePage', $notice->notice_for)], ['name' => $notice->title, 'url' => null], ], ])
notice image
@endsection