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

ADD NEW POST

Categories and Tags

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