@extends('adminlte::page') @section('title', 'Edit Travel Guide Country') @section('content_header')

Edit Travel Guide Country

@stop @section('content')
@csrf
@if(!empty($country->image))
@endif
@if(!empty($country->banner_image))
@endif
{{--
    --}} @if($country->images->count())
    @foreach($country->images as $image)
    {{-- --}}
    @endforeach
    @endif
    @stop @section('css') {{-- --}} @endsection @section('js') {{-- --}} @endsection