@extends('layouts.manager') @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content')
@include('manager.includes.links')
@foreach($contracts as $one) @endforeach
# Name Type of service Date and Time
{{$one->id}} {{$one->name}} {{$one->type}} {{\Carbon\Carbon::parse($one->created_at)->format('d-m-Y h:i')}}

{!! $contracts->links() !!}

@endsection