@extends('front.master') @section('title','Form Insert') @section('content')

ADD NEW CONSIGNEE


{!! csrf_field() !!}
{{$errors->first('consignee_code')}}
{{$errors->first('consignee_name')}}
{{$errors->first('consignee_address')}}
{{$errors->first('email')}}
{{$errors->first('password')}}
{{$errors->first('password')}}
@foreach($roles as $role)
@endforeach



@endsection