@extends('front.master') @section('title','Form Insert') @section('content') @if(Auth::user()->role == 1)

ADD NEW CONSIGNEE


{!! csrf_field() !!}
{{$errors->first('consignee_code')}}
{{$errors->first('consignee_name')}}
Consignee Location Section
{{$errors->first('street')}}
{{$errors->first('area')}}
{{$errors->first('lga')}}
{{$errors->first('state')}}
{{$errors->first('country')}}
{{$errors->first('email')}}
{{$errors->first('password')}}
{{$errors->first('password')}}


@else

You are not Permitted to view this page

@endif @endsection