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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.visa') }}
{{ __('basic.visa') }}
@foreach ($units as $iteam) @endforeach
{{ __('basic.name') }} {{ __('basic.country') }} {{ __('basic.broker') }} {{ __('basic.short description') }} {{ __('basic.handle') }}
{{ $iteam->name }} {{ $iteam->country->name }} {{ $iteam->debtor->first_name . ' ' . $iteam->debtor->second_name}} {{ $iteam->short_description }} {{ __('basic.edit') }}
@endsection @section('js') @endsection