@extends ('Layouts.Application') @section ('MainContent')

Add result template Go Back

@csrf
@if ($errors->has('template_name')) {{ $errors->first('template_name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('template_image')) {{ $errors->first('template_image') }} @endif
@endsection