@extends('backend.layouts.main') @section('content')

{{$subtitle}}

{{ Breadcrumbs::render('backend.notification.add') }}
@include('backend.partials.msg') @include('backend.partials.errors') {{ csrf_field() }}
@endsection @section('style') @stop @section('script') @stop