@extends('Layouts.erp_master') @section('content')
@csrf
Title
Notice Period
notice_period == 1) ? 'selected' : '' }} >Infinity
notice_period == 2) ? 'selected' : '' }} >Set Time
Start Time
End Time
Notice
{{$noticeData->notice_body}}
Branch
All Branch
@foreach($branchList as $branch)
{{ $branch->branch_name. " (".$branch->branch_code.")"}}
@endforeach
@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'update', 'title' => 'update', 'id' => 'submitBtn', 'exClass' => 'float-right' ]])
@endsection