@extends('admin.layout.master') @section('title', 'Charts') @section('content')
| # | Name | Local Name | Model | Status | Action |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $result->chart_name }} | {{ $result->chart_name_bangla }} | {{ $result->model }} |
@if ($result->status == 1)
Active @elseInactive @endif |
@if(checkAuthPermission('charts.edit')) @endif |