@extends('adminlte::page') @section('title', 'Proshop') @section('content_header') @stop @section('content')

Proshop

Proshop

Total No. of Proshop: 0

@if(isset($proshop)) @foreach($proshop as $value) @endforeach @endif
ID Title Description Updated At Actions
{{$value['id']}} {{$value['title']}} {{$value['description']}} {{ \Carbon\Carbon::parse($value['updated_at'])->format('d/m/Y') }}
     
ID Title Description Updated At Actions
@stop @section('js') @include('admin.proshop.scripts.index') @stop