@extends('frontend.layouts.partials.app') @section('title', 'Branches') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') Branch Network All @foreach ($provinces as $province) {{ $province->name }} @endforeach @endsection @push('scripts') @endpush