@extends('index') @section('content')

{{ $title }}

@include('layouts.flashmessages')
@csrf


@endsection @section('contentjs') @endsection