@extends('frontend.layouts.frontend_master') @section('title', 'All Branch') @section('content')
@foreach ($branches as $branch)

{{ $branch->branch_name }}

Phone: {{ $branch->branch_phone_number }}
Email: {{ $branch->branch_email }}
Address: {{ $branch->branch_address }}
@endforeach
@endsection