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

Home Sektors TR

@foreach ($datas as $data) @endforeach
Sektor Name Status Action
{{ $data->title }} Live
@csrf
@endsection @section('scripts') @endsection