@extends('guest.layouts.master') @section('title', 'Cabang | GAPKINDO') @section('content')

{{ __('global.cabang') }}

@foreach ($data as $item) @endforeach
@endsection