@extends('layouts.backend.master') @section('title','Post') @push('css') @endpush @section('content')
@csrf @method('PUT')

EDIT POST

status == true ? 'checked' : '' }}>

Categories and Tags

BACK

BODY

@endsection @push('js') @endpush @section('script') @endsection