@extends('body') @section('page-plugin-styles') @endsection @section('page-plugin-js') @endsection @section('page-scripts') @endsection @section('content')
@include('notifications') @if(isset($data)) @if($old)
{{csrf_field()}}
{{session('data')['title']}}
@endif @endif @include('delete') @endsection