@extends('layouts.backoffice') @section('content')
{{ csrf_field() }}
@if(isset($error))
{{$error}}
@endif @if(isset($table) && $table) {!!$table!!} @endif @endsection