@extends('admin.layouts.app') @section('content') {!! $form['heading'] !!} @csrf Name * Country * Select Country @forelse ($countries as $country) id, old('country_id', $data->country_id) ?? '') !!}> {{ $country->name }} @empty No Record Found @endforelse Save Changes Cancel @endsection @section('footer-js') @endsection