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

{{ $type == 0 ? __('customer.title.create_lead') : ($type == 1 ? __('customer.title.create') : __('customer.title.create_sede')) }}

@include('customer.create.form')
@endsection