@extends('layouts.master') @section('content')
Edit Employee Salary
Employee Salary List
@if ($errors->any())
@endif
@csrf @method('put')
@stop