@extends('layouts.app') @section('title') All Project @stop @section('breadcrumb') @stop @section('content')

Add New Project

@if(Session::has('success')) @endif @if( $projectList->count() > 0 ) @foreach( $projectList as $list ) @endforeach @endif
Name Contact Address Description Created Date Action
{{$list->project_name}} 0{{$list->contact}} {{$list->address}} {{$list->description}} {{$list->created_at}}
@stop