@extends('layouts.master') @section('title', 'Currencies | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.currencies')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.currency') }}
{{ __('basic.currency') }}
@foreach ($airports as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.name') }} {{ __('basic.code') }} {{ __('basic.rate to the local currency') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->name }} {{ $item->code }} {{ $item->rate }} {{ __('basic.edit') }}
@endsection @section('js') @endsection