@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{ auth()->user()->name }}

@if ($errors->any()) @endif {!! Form::model($data, ['method' => 'POST', 'action' => ['SubCallCenterController@update', $data->id]]) !!} @csrf {{-- @dd($data->id); --}}
{{-- --}}
@endsection