@extends('layouts.master') @section('title', 'Project | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.projects')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.code') }} | {{ __('basic.name') }} | {{ __('basic.status') }} | {{ __('basic.country') }} | {{ __('basic.region') }} | {{ __('basic.assign to') }} | {{ __('basic.branch') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->name }} | {{ $msg }} | @if($item->country) {{ $item->country->name }} @endif | @if($item->region) {{ $item->region->name }} @endif | @if($item->responsible) {{ $item->responsible->full_name }} @endif | @if($item->branch) {{ $item->branch->name }} @endif |