@extends('layouts.app') @section('content') @csrf Training Home Training Cancel Submit Add Training Active Inactive Title Select category Select category @foreach ($categories as $category) @if ($category->type !== 'training') @continue @endif {{ $category->name }} @endforeach YouTube video link Image Choose your file here Max size 5 MB From Date To Date Applicable for @foreach ($applicableForArr as $value => $label) {{ $label }} @endforeach @endsection @section('scripts') @endsection
Add Training