@extends('layouts.app') @section('title', 'Version Management') @section('content') @if(auth()->user()->user_type_id == 1)
Version Management
{{-- --}}
SI.No. Version Number Version Updates Added By Added At Updated At Action
{{-- ADD NEW VERSION HISTORY --}} {{-- ADD NEW VERSION HISTORY --}} {{-- EDIT VERSION HISTORY --}} {{-- EDIT VERSION HISTORY --}} @else @include('error'); @endif @endsection @section('page_css') @endsection @section('page_script') @endsection