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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.main category invoice') }}
{{ __('patientappo.main category invoice') }}
@foreach ($service as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->name }} @if (!in_array($item->id, [1, 2, 3, 4, 5, 6, 7, 8, 9])) @endif
@endsection @section('js') @endsection