From ca57a140797a5c21f3c1e6f08561b3841677233c Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Tue, 21 Jan 2020 18:13:29 +0300 Subject: [PATCH] general classes updated for blades --- .../views/auth/permissions/index.blade.php | 12 +-- resources/views/auth/roles/index.blade.php | 12 +-- resources/views/auth/users/index.blade.php | 12 +-- .../banking/reconciliations/create.blade.php | 15 ++-- .../banking/reconciliations/index.blade.php | 4 +- .../banking/transactions/index.blade.php | 2 +- .../views/banking/transfers/index.blade.php | 2 +- .../views/common/companies/create.blade.php | 2 +- .../views/common/companies/edit.blade.php | 2 +- .../views/common/companies/index.blade.php | 4 +- .../views/common/dashboards/index.blade.php | 10 +-- .../views/common/dashboards/show.blade.php | 46 +++++------ .../views/common/import/create.blade.php | 6 +- resources/views/common/items/index.blade.php | 4 +- .../views/common/reports/index.blade.php | 10 +-- .../views/install/updates/edit.blade.php | 6 +- .../views/install/updates/index.blade.php | 4 +- .../settings/invoice_template.blade.php | 1 - resources/views/modules/home/index.blade.php | 2 +- .../modules/item/documentation.blade.php | 35 ++++---- .../views/modules/item/pre_sale.blade.php | 16 +--- resources/views/modules/item/show.blade.php | 12 +-- resources/views/modules/my/index.blade.php | 4 +- resources/views/modules/tiles/index.blade.php | 30 +++---- resources/views/partials/admin/menu.blade.php | 80 +++++++++---------- 25 files changed, 151 insertions(+), 182 deletions(-) diff --git a/resources/views/auth/permissions/index.blade.php b/resources/views/auth/permissions/index.blade.php index d21a88281..6161167b8 100644 --- a/resources/views/auth/permissions/index.blade.php +++ b/resources/views/auth/permissions/index.blade.php @@ -43,19 +43,19 @@ @foreach($permissions as $item) - {{ Form::bulkActionGroup($item->id, $item->name) }} - {{ $item->display_name }} - {{ $item->name }} - {{ $item->description }} - + {{ Form::bulkActionGroup($item->id, $item->name) }} + {{ $item->display_name }} + {{ $item->name }} + {{ $item->description }} +