@extends('layouts.public') @section('title', 'نمونه‌کارها - asrit.ir') @section('content')

تمام نمونه‌کارها

@if($projects->isEmpty())

در حال حاضر نمونه‌کاری برای نمایش وجود ندارد.

@else @foreach ($projects as $project)
{{ $project->title }}
{{ $project->title }}

{{ $project->description }}

@if($project->url) مشاهده سایت @endif
@endforeach @endif
@endsection