-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #571 from nasirkhan/dev
Base layout update, file browser fix
- Loading branch information
Showing
19 changed files
with
756 additions
and
583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 11 additions & 9 deletions
20
Modules/Post/Resources/views/backend/posts/create.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
@extends('backend.layouts.app') | ||
|
||
@section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection | ||
@section('title') | ||
{{ __($module_action) }} {{ __($module_title) }} | ||
@endsection | ||
|
||
@section('breadcrumbs') | ||
<x-backend.breadcrumbs> | ||
<x-backend.breadcrumb-item route='{{route("backend.$module_name.index")}}' icon='{{ $module_icon }}'> | ||
{{ __($module_title) }} | ||
</x-backend.breadcrumb-item> | ||
<x-backend.breadcrumb-item type="active">{{ __($module_action) }}</x-backend.breadcrumb-item> | ||
</x-backend.breadcrumbs> | ||
<x-backend.breadcrumbs> | ||
<x-backend.breadcrumb-item route='{{ route("backend.$module_name.index") }}' icon='{{ $module_icon }}'> | ||
{{ __($module_title) }} | ||
</x-backend.breadcrumb-item> | ||
<x-backend.breadcrumb-item type="active">{{ __($module_action) }}</x-backend.breadcrumb-item> | ||
</x-backend.breadcrumbs> | ||
@endsection | ||
|
||
@section('content') | ||
<x-backend.layouts.create :module_name="$module_name" :module_path="$module_path" :module_title="$module_title" :module_icon="$module_icon" :module_action="$module_action" /> | ||
@endsection | ||
<x-backend.layouts.create :module_name="$module_name" :module_path="$module_path" :module_title="$module_title" :module_icon="$module_icon" :module_action="$module_action" /> | ||
@endsection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
@extends('backend.layouts.app') | ||
|
||
@section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection | ||
@section('title') | ||
{{ __($module_action) }} {{ __($module_title) }} | ||
@endsection | ||
|
||
@section('breadcrumbs') | ||
<x-backend.breadcrumbs> | ||
<x-backend.breadcrumb-item route='{{route("backend.$module_name.index")}}' icon='{{ $module_icon }}'> | ||
{{ __($module_title) }} | ||
</x-backend.breadcrumb-item> | ||
<x-backend.breadcrumb-item type="active">{{ __($module_action) }}</x-backend.breadcrumb-item> | ||
</x-backend.breadcrumbs> | ||
<x-backend.breadcrumbs> | ||
<x-backend.breadcrumb-item route='{{ route("backend.$module_name.index") }}' icon='{{ $module_icon }}'> | ||
{{ __($module_title) }} | ||
</x-backend.breadcrumb-item> | ||
<x-backend.breadcrumb-item type="active">{{ __($module_action) }}</x-backend.breadcrumb-item> | ||
</x-backend.breadcrumbs> | ||
@endsection | ||
|
||
@section('content') | ||
<x-backend.layouts.edit :data="$$module_name_singular" :module_name="$module_name" :module_path="$module_path" :module_title="$module_title" :module_icon="$module_icon" :module_action="$module_action" /> | ||
@endsection | ||
<x-backend.layouts.edit :data="$$module_name_singular" :module_name="$module_name" :module_path="$module_path" :module_title="$module_title" :module_icon="$module_icon" | ||
:module_action="$module_action" /> | ||
@endsection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
96 changes: 8 additions & 88 deletions
96
Modules/Post/Resources/views/backend/posts/trash.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,16 @@ | ||
@extends ('backend.layouts.app') | ||
|
||
@section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection | ||
@section('title') | ||
{{ __($module_action) }} {{ __($module_title) }} | ||
@endsection | ||
|
||
@section('breadcrumbs') | ||
<x-backend.breadcrumbs> | ||
<x-backend.breadcrumb-item type="active" icon='{{ $module_icon }}'>{{ __($module_title) }}</x-backend.breadcrumb-item> | ||
</x-backend.breadcrumbs> | ||
<x-backend.breadcrumbs> | ||
<x-backend.breadcrumb-item type="active" | ||
icon='{{ $module_icon }}'>{{ __($module_title) }}</x-backend.breadcrumb-item> | ||
</x-backend.breadcrumbs> | ||
@endsection | ||
|
||
@section('content') | ||
<div class="card"> | ||
<div class="card-body"> | ||
|
||
<x-backend.section-header> | ||
<i class="{{ $module_icon }}"></i> {{ __($module_title) }} <small class="text-muted">{{ __($module_action) }}</small> | ||
|
||
<x-slot name="subtitle"> | ||
@lang(":module_name Management Dashboard", ['module_name'=>Str::title($module_name)]) | ||
</x-slot> | ||
<x-slot name="toolbar"> | ||
<x-backend.buttons.return-back /> | ||
<a href='{{ route("backend.$module_name.index") }}' class="btn btn-secondary" data-toggle="tooltip" title="{{ ucwords($module_name) }} List"><i class="fas fa-list"></i> List</a> | ||
</x-slot> | ||
</x-backend.section-header> | ||
|
||
<div class="row mt-4"> | ||
<div class="col"> | ||
<table id="datatable" class="table table-bordered table-hover table-responsive-sm"> | ||
<thead> | ||
<tr> | ||
<th> | ||
# | ||
</th> | ||
<th> | ||
Name | ||
</th> | ||
<th> | ||
Updated At | ||
</th> | ||
<th> | ||
Created By | ||
</th> | ||
<th class="text-end"> | ||
Action | ||
</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
@foreach($$module_name as $module_name_singular) | ||
<tr> | ||
<td> | ||
{{ $module_name_singular->id }} | ||
</td> | ||
<td> | ||
<strong> | ||
{{ $module_name_singular->name }} | ||
</strong> | ||
</td> | ||
<td> | ||
{{ $module_name_singular->updated_at->isoFormat('llll') }} | ||
</td> | ||
<td> | ||
{{ $module_name_singular->created_by }} | ||
</td> | ||
<td class="text-end"> | ||
<a href="{{route("backend.$module_name.restore", $module_name_singular)}}" class="btn btn-warning btn-sm" data-method="PATCH" data-token="{{csrf_token()}}" data-toggle="tooltip" title="{{__('labels.backend.restore')}}"><i class='fas fa-undo'></i> {{__('labels.backend.restore')}}</a> | ||
</td> | ||
</tr> | ||
@endforeach | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="card-footer"> | ||
<div class="row"> | ||
<div class="col-7"> | ||
<div class="float-left"> | ||
Total {{ $$module_name->total() }} {{ ucwords($module_name) }} | ||
</div> | ||
</div> | ||
<div class="col-5"> | ||
<div class="float-end"> | ||
{!! $$module_name->render() !!} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
@endsection | ||
|
||
@section ('after-scripts-end') | ||
|
||
<x-backend.layouts.trash :data="$$module_name" :module_name="$module_name" :module_path="$module_path" :module_title="$module_title" :module_icon="$module_icon" /> | ||
@endsection |
Oops, something went wrong.