@extends('layouts.backend') @section('js_after') @endsection @section('content')

SALES PRESENTERS SOFT COPY LIST REORDER

@foreach($salespresentersoftcopies as $salespresentersoftcopy) @endforeach
# Title Created At
{{ $salespresentersoftcopy->title }} {{ date('d-m-Y h:m:s',strtotime($salespresentersoftcopy->created_at)) }}
@endsection