@extends('adminlte::page') @section('content')
@include('layouts.message')

Weekly Manager

{!! Form::open(['action' => ['MemberController@saveMemberWeekly'], 'method' => 'POST', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) !!} {!! Form::token() !!}
@foreach($type_number as $value) @endforeach
Weekly name Weekly Data

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

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