@extends('layouts.admin') @section('page_title') @parent مدیریت قرعه کشی @endsection @section('head-js') @endsection @section('main')

مدیریت قرعه کشی

@include('admin.error')
درون ریزی
{!! Form::open(array('route' => 'lottery-import','method'=>'POST','files'=>'true')) !!}
{!! Form::file('upload', array('class' => 'form-control')) !!} {!! $errors->first('upload', '

:message

') !!}
{!! Form::submit('بارگذاری',['class'=>'btn btn-primary btn-sbt-upload']) !!}
{!! Form::close() !!}
@foreach($lots as $lot) @endforeach
نام ID موبایل
{{$lot->name}} {{$lot->insta_id}} {{$lot->mobile}}
@endsection @section('js') @stop