Firmalar

Kargo Firmaları
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif

Kargo Firmaları


@if(count($shippings) > 0)
@foreach($shippings as $cat) @endforeach
# Firma Başlığı Eylem
@if($cat->title != ""){{ $cat->title }}@else Başlık Yazılmadı @endif @if(Auth::user()->authorized != 1 OR Auth::user()->update == 1) @if(Auth::user()->update == 1) @else @endif @if(Auth::user()->delete == 1) @else @endif @else @endif
@else
Sisteme Henüz Kargo Firması Eklenmedi!
@endif