@extends('layouts.app') @section('title') Projects List @stop @section('breadcrumb') @stop @section('content')
@role('admin')   Add New Project @endrole

Project List

@foreach($multiprojects as $multiproject) @endforeach
# Name Image Type Address Description Action
{{$count++}} {{$multiproject->name}} your image {{$multiproject->type->name}} {{$multiproject->address}} {{$multiproject->description}} @php $id= encrypt($multiproject->id); @endphp
@stop @section('js') @stop