@extends('back.layouts.main')
@section('title' , 'Other countries')
@section('content')
# |
Name |
Name en |
Image |
Actions |
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->name}} |
{{$row->name_en}} |
@if($row->image!='')
image)}} style='width:50px'>
@endif
|
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
Other countries
@stop
@push('header')
@endpush