@extends('layouts.master') @section('title',trans('dashboard.countries')) @section('css') @endsection @section('page-content')
@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('add')) @endif @if (session()->has('edit')) @endif @if (session()->has('delete')) @endif
@foreach($countries as $country)
# @lang('dashboard.name') @lang('dashboard.currency') @lang('dashboard.code') @lang('dashboard.feature_ad_price') @lang('dashboard.default_period') @lang('dashboard.image') @lang('dashboard.operations')