@extends('layouts.admin') @section('title', 'Show Banner') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Banners Information

{{$banner->title}}

{{$banner->subtitle}}

@endsection