@extends('admin.layouts.master') @section('title') Edit Sector EN @endsection @section('page-title') Edit Sector EN @endsection @section('style') @endsection @section('body') @endsection @section('content')
@csrf
Title Status Action
Live
{{-- Project Header END --}} {{-- Project Description Start --}}
@csrf
Project Description Status Action
Live
{{-- Sektor Description END --}} {{-- Sektor Store Start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @csrf
Sektor Status Action

{{ $sektors->title }}

Live
{{-- Sektor Store END --}} {{-- Project Color Start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @csrf
Color Status Action

Sektor Color

Live
@php $sektor = $sektors->where('id', $data->sektor_id)->first(); @endphp
{{-- Project Color End --}} {{-- Edit Image Start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
Image Status Action
Live
{{-- Edit Image End --}}
Go Back


@endsection @section('scripts') {{-- Jquery --}} @endsection