@extends('layouts.app') @section('content')
{{ _lang('Update Lead') }}
{{ csrf_field()}}
{{ _lang('Add New') }}
@if((Auth::user()->role_id == 10) || (Auth::user()->user_type == 'user') || (Auth::user()->role_id == 17))
@endif
{{ _lang('Add New') }}
@endsection @section('js-script') @endsection