@extends('adminlte::page') @section('title', $title) @section('content_header')

{{ @$title }}

@stop @section('content') @include('admin.includes.notification')
{{-- --}}
@stop @section('css') @endsection @section('js') @endsection