@extends('layouts.master') @push('css') @endpush @section('content')

Edit Training

  View Trainings

{{csrf_field()}}
@if ($errors->has('training_type')) {{ $errors->first('training_type') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@endsection