@extends('layouts.master') @section('title'){{translate('payroll template')}} @endsection @section('content')
@foreach($data as $key)
@endforeach
@endsection @section('footer-scripts') @endsection