@extends('admin.layouts.master') @section('title') Our Projects TR @endsection @section('page-title') Our Projects TR @endsection @section('body') @endsection @section('content')

Our Projects TR

@foreach ($datas as $data) @php $sektor = $sektors->where('id', $data->sektor_id)->first(); @endphp @endforeach
Title Sektor Action
{{ $data->subTitle }} {{ $sektor->title }} Live
@csrf @method('DELETE')
@endsection @section('scripts') @endsection