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