@extends('admin.client_view') @section('Title') {{__('Edit Revenue Stream')}} {{__('Products Table')}} @endsection @section('content') @if ($errors->any())
@endif @if(Session::has('unique_alert'))
@endif
{{ csrf_field() }} {{ method_field('PUT') }}
@include('components.form.label',[ 'isRequired'=>true , 'title'=>__('Name') ])
@include('components.form.label',[ 'isRequired'=>true , 'title'=>__('Revenue Stream Type') ])
@include('components.form.label',[ 'isRequired'=>true , 'title'=>__('Sub of') ])

Fatal error: Uncaught Error: Call to undefined function __() in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/admin/revenueStream/edit.blade.php:99 Stack trace: #0 {main} thrown in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/admin/revenueStream/edit.blade.php on line 99