@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Features All Features

All Features Info

Add New Client
@include('dashboard.layouts.messages') {{----}} {{----}} @if($clients) @foreach($clients as $client) {{----}} @endforeach @else @endif
id Titledescriptionimage created by Created at Updated at Actions
id Titledescriptionimage created by Created at Updated at Actions
{{$client->id}} {{$client->client_en->title}}{{$client->client_en->description}} {{$client->created_by_user->user_en->fname." ".$client->created_by_user->user_en->lname}} {{$client->created_at}} {{$client->updated_at}} {{-- --}} {{--{{$feature->id}}--}}
@if($clients) @foreach($clients as $client) @endforeach @else @endif
@endsection