@extends('layouts.app') @section('content')
@if ($page_content->parent_id == 0 || $page_content->parent_id == null) Back @else Back @endif
{{ csrf_field() }}
@if ($page_content->page_id == 1)
Page Content Name
@else
Page Content Name
@endif @if ($page_content->page_content_name == 'Slider')
Upload Background Slider Image

@elseif ($page_content->page_id == 13)
Resource Link
@elseif ($page_content->page_id == 12 || $page_content->parent_id == 12)
Resource Link
Header Title
Header Description
SEO URL
@if ($page_content->parent_id != null && $page_content->parent_id != 0) @else @endif
@elseif ($page_content->page_id == 7)
Header Title
Header Description
SEO URL
Show in Footer
@if ($page_content->show_in_footer != 0) @else @endif
@else
@endif
@endsection @push('footer_js') @endpush