@extends('layouts.main') @section('title', $data['title']) @section('content')
@if (canCreate('Branch'))
@endif
@if (canView('Branch'))
@endif
@csrf @endsection('content') @section('custom-scripts') @endsection