@extends('manage.layouts.app') @section('content')
@foreach ($branches as $branch) @endforeach
Title Email Manager Actions
{{$branch->title}} {{$branch->email}} {{$branch->manager}}
Edit
@endsection