@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Branches @stop @section('content')

Branches

{{-- @if(LaraCore::canOrNot('delete_branches')) @endif --}} {{-- --}}
Id @if(LaraCore::canOrNot('delete_branches')) @endif Code Name Username Address City Zipcode GST No Status  
@include('panel.branches.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'branches'])
@stop @section('custom-scripts') @stop