@extends('layouts.index') @section('header')
{{$title}}
@endsection @section('content')

{{$title}}

@csrf
@endsection