@extends('layout.admin') @section('styles') @endsection @section('content')

Country / Edit

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
visa_active === 1 ? 'checked' : '' }}> visa_active === 0 ? 'checked' : '' }}>
@if ($errors->has('visa_price')) {{ $errors->first('visa_price') }} @endif
@if ($country->status == 0) @else @endif
@endsection @section('script') @endsection