@extends('layouts.software') @section('body')
Period Closing Master
@forelse ($periodClosings as $periodClosing) @empty @endforelse
Starting Date Ending Date Action
{{ date('d/m/Y', strtotime($periodClosing->from_date)) }} {{ date('d/m/Y', strtotime($periodClosing->to_date)) }} @if (!$periodClosing->trashed()) @else Deleted @endif
@endsection