@extends('admin.layout.app') @section('title', 'Post Status') @section('content')

Post Status


Post Status
What steps are you following for managing a potential opportunity? You can define the stages here and will help you to manage your opportunities and taking appropriate actions.
Post Status
Description
@csrf @foreach ($post_status as $post_stages) {{-- @method('PUT') --}}
@endforeach
@stop @section('css') @stop @section('js') @include('admin.modules.post_status.js.index') @stop