@extends('main') @section('css') @endsection @section('content') Add {{$vars['name']}} @csrf Service: @foreach(\App\Models\ServiceGroup::all() as $service) {{$service->name}} @endforeach Start Day: End Day: Rate: {{$vars['name']}} List Service Start Date End Date Rate Action @foreach($vars['data'] as $row) @include('periodics._tr') @endforeach @endsection @section('js') @endsection