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

Edit country

@csrf {{method_field('PUT')}}
Country name {{ $errors->first('country_name') }}
Country code {{ $errors->first('country_code') }}
Country latitude {{ $errors->first('country_latitude') }}
Country longitude {{ $errors->first('country_longitude') }}
Country flag {{ $errors->first('country_flag') }}
Country image {{ $errors->first('country_image') }}
Country descrition url {{ $errors->first('country_url') }}
Home page display country_homepage==1 ? "checked":''}}> {{ $errors->first('country_status') }}
Country status {{ $errors->first('country_status') }}
@endsection