@extends('team.layout.master') @section('title', 'Sent Return Filing') @push('plugin-styles')
@endpush @section('content')
Assign Return Filing Team
{{--
Read the
Official jQuery Validation Documentation
for a full list of instructions and other options.
--}}
@csrf {{--
--}}
Team Member
Please Select Team Member
@foreach($teams as $team)
{{$team->first_name." ".$team->last_name}}
@endforeach
{{$errors->first('team')}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush