@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') consignor consignor @include('includes.messages') {{ csrf_field() }} Name Address Authoriser Select Country @foreach ($countries as $country) {{ $country->name }} @endforeach @endsection @section('more-scripts') @endsection