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