@extends('layouts.main') @section('title',trans('core.content_master')) @section('custom_style') @endsection @section('content')
@if (\Session::has('error'))
Error! {!! \Session::get('error') !!}
@endif
@php $expiry_date = date('Y-m-d H:i:s', strtotime("+15 days")); @endphp
{!! $table_row !!}
# Assignment Title Reference Link Document End Date Action
@endsection @section("footer") @endsection