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