@extends('layouts.admin') @section('content')

Create Post

Create Post

Go Back to Post List
@csrf
@include('includes.errors')
@foreach($tags as $tag)
@endforeach
@endsection @section('style') @endsection @section('script') @endsection