@extends('adminlte::page') @section('content') @if (Session::has('message')) {{Session::get('message')}} @endif @if (Session::has('error')) {{Session::get('error')}} @endif Daily Manager {!! Form::open(['action' => ['MemberController@saveMemberDaily'], 'method' => 'POST', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) !!} {!! Form::token() !!} TYPE: Number Daily name Daily Data @foreach($type_number as $value) @endforeach Add TYPE: List Daily name Daily Data @foreach($type_list as $value) ID Times @foreach($value['value'] as $sub_id => $sub_data) @endforeach Add @endforeach Add {!! Form::close() !!} @stop @push('js') @endpush
{{Session::get('message')}}
{{Session::get('error')}}