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