@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.periods') }} @endsection @section('page-header')
| # | {{ __('home.pariod_name') }} | {{ __('home.pariod_status') }} | {{ __('home.pariod_start') }} | {{ __('home.pariod_end') }} | {{ __('home.notesClient') }} |
|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $period->pariod_name }} | {{ $period->pariod_start }} | {{ $period->pariod_end }} | {{ $period->notesClient }} |