@extends('layouts.admin') @section('title', tr('bannertext')) @section('content-header', tr('bannertext')) @section('breadcrumb')
  • {{tr('home')}}
  • {{tr('bannertext')}}
  • @endsection @section('content')
    @include('notification.notify')
    {{tr('bannertext')}}
    @endsection