@extends('layouts.app') @section('template_title') Create Uvt @endsection @section('content')
@includeif('partials.errors')
Create Uvt
@csrf @include('uvt.form')
@endsection