Skip to content

Instantly share code, notes, and snippets.

@oliuz
Created November 6, 2023 18:28
Show Gist options
  • Save oliuz/ddceabf6e83efb736ed76216721dd2d3 to your computer and use it in GitHub Desktop.
Save oliuz/ddceabf6e83efb736ed76216721dd2d3 to your computer and use it in GitHub Desktop.
resources/views/livewire/dashboard.blade.php
<x-homepage.dashboard title="{{__('custom.HomePage.title')}}" desc="{{__('custom.HomePage.Desc')}}" cols="4">
<div>
<x-homepage.image-card title="{{__('custom.HomePage.Darkhasta')}}" img="{{asset('image/darkhasta.png')}}"
route="{{route('demand.list.index')}}"/>
</div>
<div>
<x-homepage.image-card title="{{__('custom.HomePage.ParvaneSakhtemani')}}" img="{{asset('image/sodoor.png')}}"
route="{{route('demand.approved.index')}}"/>
</div>
<div>
<x-homepage.image-card title="{{__('custom.HomePage.Tanzimat')}}" img="{{asset('image/humane.png')}}"
route="{{route('profile.index')}}"/>
</div>
<div>
<x-homepage.image-card title="{{__('custom.HomePage.Gozreshat')}}" img="{{asset('image/gozreshat.png')}}"
route="{{route('reports.follow')}}"/>
</div>
<div>
<x-homepage.image-card title="{{__('custom.HomePage.Payamha')}}" img="{{asset('image/payam.png')}}"
route="{{route('messages.index')}}"/>
</div>
<div>
<x-homepage.image-card title="{{__('custom.HomePage.Elam Takhfif')}}" img="{{asset('image/gozareshtakhalof.png')}}"
route="{{route('reports.register')}}"/>
</div>
</x-homepage.dashboard>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment