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

Edit result template Go Back

@csrf {{ method_field('patch') }}
@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
@if ($template->image_name && file_exists('img/ResultTemplates/' . $template->image_name)) {{ $template->name }} @else No Image @endif
@endsection