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

@trans('Training Plans')

@csrf @method('PUT') @livewire('update-training-plan-form', ['training_plan' => $training_plan->id])
@if ($training_plan->pdf) @trans('View Current PDF') @endif @error('pdf') {{ $message }} @enderror
@endsection