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

{!!$title!!}


@endsection @section('script') @endsection