@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() !!}
@foreach($type_number as $value) @endforeach
Daily name Daily Data

@foreach($type_list as $value) @endforeach
Daily name Daily Data
@foreach($value['value'] as $sub_id => $sub_data) @endforeach
ID Times

{!! Form::close() !!}
@stop @push('js') @endpush