@extends('crudbooster::admin_template') @section('content') @if(g('return_url'))

  {{trans('crudbooster.form_back_to_list',['module'=>urldecode(g('label'))])}}

@endif
Notification
@if(empty($return_url)) @else @endif
@endsection