@extends('admin.layout.master') @section('home')
@isset($ot_info) Edit @else Create @endif Manual OT
@if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf
@empty($ot_info)
@endempty
@endsection