@extends('admin.layouts.master') @section('title') Edit Sector TR @endsection @section('page-title') Edit Sector TR @endsection @section('style') @endsection @section('body') @endsection @section('content')
@csrf
Sektor Header Status Action
Live
{{-- Sektore Hero Text END --}} {{-- Sektor Description Start --}}
@csrf
Sektor Description Status Action
Live
{{-- Sektor Description END --}} {{-- SVG Store Start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
SVG Status Action
{!! $data->svg_path !!} Live
{{-- SVG Store END --}} {{-- Image Store Start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
Image Status Action
Live
{{-- Image Store END --}}
Go Back


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