@extends('layouts.sidebar') @section('content')
@if($data->country_name == "Introduction")
Introduction Page
@else
Country Page
@endif
@csrf
@if($data->country_name == "Introduction") @else @endif
img @error('new_country_image') {{ $message }} @enderror
The image size must be less than 5 MB.

The image dimensions must be 600x400 pixels

@if($data->country_name != "Nepal")
@if($data->country_name == "Introduction") @else @endif
img @error('new_feature_image') {{ $message }} @enderror
The image size must be less than 5 MB.

The image dimensions must be 400x600 pixels

@endif
@if($data->country_name == "Introduction") @else @endif @error('country_name') {{ $message }} @enderror
@if($data->country_name == "Introduction") @else @endif The Introduction Summary must be less than 30 words. @error('country_summ') {{ $message }} @enderror
@if($data->country_name == "Introduction") @else @endif @error('newcontent') {{ $message }} @enderror
@if($data->country_name == "Introduction") @else @endif
@endsection