@extends('main') @section('css') @endsection @section('content') Add {{$vars['name']}} @csrf Name: Numeral: Description: {{-- --}} {{$vars['name']}} List Name Numeral {{-- Action--}} @foreach($vars['data'] as $row) @include('months._tr') @endforeach @endsection @section('js') @endsection