@extends('admin.layouts.master') @section('title') Home Sektors EN @endsection @section('page-title') Home Sektors EN @endsection @section('body') @endsection @section('content')

Home Sektors En

@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