@extends('layouts.app') @section('title', 'Create Lead Stage') @section('content')
@csrf @include('lead_stages._form')
@endsection