@extends('frontend.layouts.noipunno') @section('content')
{{-- @if (Session::has('section_items') && count(Session::get('section_items')) > 0)
@endif @if (Session::has('student_items') && count(Session::get('student_items')) > 0)
@endif @if (Session::has('subject_teachers') && count(Session::get('subject_teachers')) > 0)
@endif --}} {{-- @if (Session::has('error'))
@endif --}} @if (Session::has('success'))
@endif

ভার্সন ব্যবস্থাপনা

{{--
--}}

ভার্সন লিস্ট

{{-- --}} @foreach ($versionList as $version) @endforeach
ভার্সনের নাম {{-- --}} ভার্সন আইডিব্রাঞ্চের নাম {{-- --}} Action
{{ @$version->version_name }} {{-- {{ @$version->version_id }} --}} {{ @$version->branch->branch_name }}
{{--
--}}
{{--
{{ $versionList->links('pagination::bootstrap-5') }}
--}}

ভার্সন তথ্য পরিবর্তন করুন

@method('PUT') @csrf
@if ($errors->has('version_name')) {{ $errors->first('version_name') }} @endif
{{--
--}}
@if ($errors->has('branch_id')) {{ $errors->first('branch_id') }} @endif
@endsection