@extends('layouts.default') @section('title', 'Implementors List') @section('header-links') @include('includes.headers.implementors') @endsection @section('new_button') addCreate implementor @endsection @section('content') @foreach($list as $li) @endforeach @if(count($list) == 0) @endif
Company Contact Person Email Mobile Created By Created On Action
{{ $li->name }} {{ $li->contact_name }} {{ $li->email }} {{ $li->mobile }} {{ ucwords($li->creater?->name) }} {{ date(env('APP_DATE'), strtotime($li->created_at)) }} create
No data
@stop