@extends('admin.layout') @section('content') @php $provinces = \App\Models\Province::getListProvince(); $months = \App\Models\Job::getListMonths(); $years = \App\Models\Job::getListYears(); @endphp
{{ csrf_field() }}
Báo cáo User
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
{{ csrf_field() }}
Báo cáo Tasker
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
{{ csrf_field() }}
Báo cáo doanh thu
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
@if($errors->has('province')) {{$errors->first('target_type')}} @endif
@if($errors->has('month')) {{$errors->first('target_type')}} @endif
@if($errors->has('year')) {{$errors->first('year')}} @endif
@endsection