@extends('admin.master') @section('title', @trans('Training Plans')) @section('content')

@trans('Training Plans')

@csrf @livewire('training-plan-form')
@error('year_id') {{ $message }} @enderror
@error('pdf') {{ $message }} @enderror
@endsection