@extends('admin.layout.master') @section('content') @include('flash-message')
@if ($errors->any())
@endif
{{__('obs.edit')}} {{__('obs.employee')}} {{__('obs.settlement')}}
@csrf
@if (!empty($type) && ($type==2))
@endif
@endsection @section('script') @endsection