@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.other_periods') }} @endsection @section('page-header')
@endsection @section('content')| # | {{ __('home.crop_name') }} | {{ __('home.Implant_number') }} | {{ __('home.pariod_name') }} | {{ __('home.pariod_status') }} | {{ __('home.date_start') }} | {{ __('home.date_end') }} | {{ __('home.seed_name') }} | {{ __('home.notesClient') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $period->crop_name }} | {{ $period->Implant_number }} | {{ $period->period_name }} | {{ $period->date_start }} | {{ $period->date_end }} | {{ $period->seed_name }} | {{ $period->notes }} |