@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') USERS user {{ csrf_field() }} Name @if ($errors->has('username')) {{ $errors->first('username') }} @endif E-Mail Address @if ($errors->has('email')) {{ $errors->first('email') }} @endif Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password Select LBC Select LBC. @foreach ($lbcs as $lbc) {{$lbc->name}} @endforeach Select Roles @foreach ($roles as $role) {{$role->name}} @endforeach Select warehouse Select Warehouse None @foreach ($warehouses as $warehouse) {{$warehouse->name}} @endforeach Select Shed Select shed @foreach ($sheds as $shed) {{$shed->name}} @endforeach Select TOC Select port @foreach ($ports as $port) {{$port->name}} @endforeach user Status Select Status Inactive Active Select Factory Select Factory. @foreach ($consignees as $consignee) {{$consignee->name}} @endforeach Add user @endsection @section('more-scripts') @endsection