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

Sent Successfully

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

@endif @endsection @section('content')
Dashboard | Cost Cat Controll
Cost Cat Controll
@foreach ($cat as $iteam) @endforeach
ID NAME HANDLE
{{ $iteam->id }} {{ $iteam->name }} Edit
@endsection @section('js') @endsection