@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
Bulk Sender ID Upload
{{-- start of content --}}

Sample file
Download Sample File
{!! Form::open(['url' => 'senderids/uploadstore', 'files' => 'true', 'class' => 'form-horizontal form-label-left']) !!}
@include('commons.notifications')
{!! Form::file('senderid_file', null, ['class' => 'form-control' , 'id' => 'senderIdFile', 'placeholder' => 'Select file to upload']) !!} {!! $errors->first('senderid_file', '

:message

') !!}
{!! Form::close() !!} {{-- end of x_content --}}
{{-- end of x_panel --}}
@endsection @section('javascript') @endsection