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