@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('countries.countries') }}

@include('clinical_data::countries.menu')
@include('flash::message')

{{ __('countries.export_data') }}

@foreach($countries as $country) @endforeach
{{ __('countries.country_name') }}
{{ __('countries.country_name') }}
{{ $country->name}} {{ __('countries.edit') }} {{ Form::model($country->id ,['method' => 'DELETE', 'route' => ['countries.destroy', $country->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush