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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.resources controll') }}
{{ __('basic.resources controll') }}
@foreach ($resource as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->name }} @role('Super-admin|Operation-manager') {{ __('basic.edit') }} {{ __('basic.delete') }} @endrole
@endsection @section('js') @endsection