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

Sent Successfully

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

@endif @endsection @section('content')
Dashboard | Branches Controll
Branches Controll
@foreach ($branch as $iteam) @endforeach
ID NAME Address Latitude Longitude HANDLE
{{ $iteam->id }} {{ $iteam->name }} {{ $iteam->address }} {{ $iteam->latitude }} {{ $iteam->longitude }} Edit
@endsection @section('js') @endsection