@extends('layouts.app') @section('title', 'Create Template') @section('content_header')

Create Template

@stop @section('content')
{{-- Show General Validation Errors --}} @if ($errors->any())
@endif
@csrf
@endsection