@extends('layouts.master') @section('title', 'Ask for | Proxima - Medical Management app') @section('title-topbar', 'Ask for') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.Ask for controll') }}
{{ __('patientappo.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 }} {{ __('basic.edit') }}
@endsection @section('js') @endsection