@extends('admin.layouts.app') @section('content')

{{ $page_title }}

@if(is_string($form)) {!! $form !!} @else {!! $form->render() !!} @endif
@endsection