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

Sent Successfully

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

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