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

Sent Successfully

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

@endif @endsection @section('content')
Dashboard | Operation Places Controll
Operation Place Controll
@foreach ($oper_placecat as $iteam) @endforeach
ID NAME Address HANDLE
{{ $iteam->id }} {{ $iteam->name }} {{ $iteam->address }} Edit
@endsection @section('js') @endsection