@extends('layouts.app') @section('title', __('create')) @section('content')
Block Details
{{-- CSRF Protection --}} @csrf @method('POST')
@endsection @section('js') @endsection