@extends('layouts.app') @section('header')
Edit Blacklist
@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('includes/countries')
@if(config('app.local') == true) @endif
@endsection