@extends('layouts/contentLayoutMaster') @section('title', 'Tags List') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@foreach($branch as $b) @endforeach
ID Manager Title Address Actions
{{ $b->id }} {{ $b->manager['name'] }} {{ $b->title }} {{ $b->address }}
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection