@extends('layouts.app') @section('css') @endsection @section('content')
@csrf @method('POST')
{{$Subtitle}}
@include('layouts.inc.footer')
@endsection @section('js') @endsection