@extends('admin.layout') @section('main')
@if (auth()->user()->eRole == 'Field') @else @endif {{ Form::open(['url' => '#', 'name' => 'validateForm', 'id' => 'validateForm', 'enctype' => 'multipart/form-data', 'class' => 'form-validate']) }}

Add New Request

@php $today = date('Y-m-d'); @endphp
{{-- --}}
{{-- --}}
{{--
--}} {{--
--}}
@if (isset($editData->eCounterfeitStatus)) @if ($editData->eCounterfeitStatus == 'drafted') @endif @else @endif
{{ Form::close() }}
@endsection @section('scripts') @endsection