@extends('admin.layouts.master') @section('title') Home About Edit AR @endsection @section('page-title') Home About Edit AR @endsection @section('style') @endsection @section('body') @endsection @section('content')
@csrf
About Header Status Action
Live
{{-- Sektor Description Start --}}
@csrf
About 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 --}}
Go Back


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