@extends('layouts.app') @section('header')
Branch details
@endsection @section('content')
Name {{$branch->name}}
Location {{$branch->location}}
Phone {{$branch->tel}}
Email {{$branch->email}}
@can('branch_permissions', auth()->user())
@csrf
Edit
@endcan
@endsection