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

CONSIGNEE PAGE


{!! csrf_field() !!}
{{$errors->first('consignee_code')}}
{{$errors->first('consignee_name')}}
{{$errors->first('pro_price')}}
{{$errors->first('stock')}}
{{$errors->first('pro_info')}}
{{$errors->first('spl_price')}}
@endsection