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

Sent Successfully

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

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