@extends('panel.layout.master',['title' => __('panel.students'),'is_active'=>'students']) @section('subheader')
@lang('panel.students')
@endsection @section('content') @php $item = isset($item) ? $item: null; @endphp
@csrf @if(isset($item)) @method('PUT') @endif
@if(isset($item->cv)) {{ __('panel.view') }} @endif
@if(isset($item->cv)) {{ __('panel.view') }} @endif
@endsection @push('panel_js') @endpush