@extends('adminlte::page') @section('title', "Create $title") @section('content_header')

Create New {{ $title }}

@endsection @section('content')
@csrf
@endsection