@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'))
@endif @endsection @section('content')| {{ __('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') }} |