@extends('currency::adminLte.layouts.master') @section('pageTitle') {{ __('currency::view.currencies') }} @endsection @section('content') @php $user_role = auth()->user()->role; $admin = 1; $branch = 3; $classColTable = ($user_role == 1 || auth()->user()->can('create-currencies')) ? 'col-lg-12' : 'col-12'; @endphp