@extends('adminlte::page') @section('title', 'Raspberry Network | Application Form Management Tool') @section('content_header')

Administration / Form Builder

@stop @section('js') @if (session()->has('success')) @elseif(session()->has('error')) @foreach(session('error') as $error) @endforeach @endif @stop @section('content')
@csrf
Form Builder
@stop