@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('years.index'), 'name' => "السنوات الدراسية"],['link' => route('years.show',$year), 'name' => "$year->year_name"],['link' => route('years.periods.show',[$year,$period]), 'name' => $period->period_name ],['link' => route('years.periods.discounts.index',[$year,$period]), 'name' => "خصومات : $period->period_name"]],['title'=> 'ادارة خصومات '. $period->period_name]]; @endphp @section('title', sprintf('اعدادات الخصومات للفترة %s - العام الدراسي %s ',$period->period_name,$year->year_name)) @section('content') @component('components.forms.formCard',['title' => sprintf('اعدادات الخصومات للفترة %s - العام الدراسي %s ',$period->period_name,$year->year_name)])
{{ sprintf('خصومات الفترة : %s - من : %s الي %s ',$period->period_name ,$period->apply_start->format('d-m-Y'),$period->apply_end->format('d-m-Y'))}}