@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Training') @section('content_header')

Training

@stop @section('content')
@if (session('success')) @endif
@stop @section('footer')   @stop