@extends('layouts.main') @push('styles') @endpush @section('content')
{{ __('countries.export_data') }}
| {{ __('countries.country_name') }} | ||
|---|---|---|
| {{ __('countries.country_name') }} | ||
| {{ $country->name}} | {{ __('countries.edit') }} | {{ Form::model($country->id ,['method' => 'DELETE', 'route' => ['countries.destroy', $country->id]]) }} {{ Form::close() }} |