@extends('layouts.app') @section('page_css') @parent @endsection @section('content')
Edit
@csrf
@php $date_from=date("d/m/Y", strtotime($session_master[0]['date_from'])); @endphp
@php $date_to=date("d/m/Y", strtotime($session_master[0]['date_to'])); @endphp
@php $is_current_batch_checked=""; if($session_master[0]['is_current_batch']=='Y') $is_current_batch_checked="checked"; @endphp
@endsection @section('plugin_scripts') @endsection @section('page_scripts') @parent @endsection