@extends('layouts.dashboard') @section('contents')
@if(Session::has('success')) @elseif(Session::has('failed')) @endif

Add Posts to Circular


@if ($errors->any()) @endif
@csrf
@endsection @section('scripts') @endsection