@extends('layouts.app') @section('title') Subscription List @endsection @section('content') @if (\Session::has('success'))
×
@endif @if (session('error'))
×
@endif @if((Auth::user()->user_role == 1 || Auth::user()->user_role == 2) && isset($agent_manager))
@csrf
@endif

{{ __('Team') }}

@csrf
@if(isset($team->team_logo)) @endif
@csrf

{{ __('Agent Detail') }}

* @if ($errors->has('invoicing_cost')) {{ $errors->first('invoicing_cost') }} @endif
* @if ($errors->has('al_invoicing_cost')) {{ $errors->first('al_invoicing_cost') }} @endif
* @if ($errors->has('rl_invoicing_cost')) {{ $errors->first('rl_invoicing_cost') }} @endif
* @if ($errors->has('rs_invoicing_cost')) {{ $errors->first('rs_invoicing_cost') }} @endif
* @if ($errors->has('cl_invoicing_cost')) {{ $errors->first('cl_invoicing_cost') }} @endif
* @if ($errors->has('cs_invoicing_cost')) {{ $errors->first('cs_invoicing_cost') }} @endif
@endsection