@extends('main') @section('content')

Edit Political Post

@csrf @method('PUT')
@if($post->json != "")
@else
@endif @if($post->json == "") @endif
team-2
@if(Session::get('admin_type') == "Demo")
Submit
@else @endif
@endsection