@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content')

Events

@if ($message = Session::get('success'))
{{ $message }}
@endif @if (count($errors) > 0)
Whoops! There were some problems with your input.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@php $public_path = url('/'); @endphp @if(count($list) >0) @foreach ($list as $key => $lists) @endforeach @else @endif
ID Image Position From Date To Date Status Deleted Status Action
{{ $loop->iteration }} {{ $lists->image_position }} {{ $lists->from_date }} {{ $lists->to_date }} @if($lists->status == 1)Active @else Inactive @endif @if($lists->is_active == 1)Active @else Deleted @endif Edit Delete
No Events
@endsection @section('scripts') @endsection