@extends('admin.layouts.master')
@section('title')
Edit Sector AR
@endsection
@section('page-title')
Edit Sector AR
@endsection
@section('style')
@endsection
@section('body')
@endsection
@section('content')
{{-- Sektor Header Start --}}
Sektor Header |
Status |
Action |
{{-- Sektor Header END --}}
{{-- Sektor Description Start --}}
Sektor Description |
Status |
Action |
{{-- 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 --}}
@endsection
@section('scripts')
{{-- Jquery --}}
@endsection