@extends('layouts.admin') @section('content')

Country list

Create


@include('inc.messages')

@if(count($countries)>0) @foreach($countries as $country) @endforeach @else @endif
ID Name Code Image Home page Description url
{{$country->country_id}} {{$country->country_name}} {{$country->country_code}} {{$country->country_homepage}} {{$country->country_url}}
 
 
@csrf {{method_field('DELETE')}}
No data found
@endsection