@extends('hr_main') @section('title', '| Assign Device Branch') @section('content') @include('successMsg')
{!! $data['pageTitle'] !!}
{{--
--}} {!! Form::open(['url' => url('attendance-settings-store'), 'method' => 'POST']) !!} {{-- @csrf --}}
content == "1" ? "checked" : "" }} @endif > Yes content == "0" ? "checked" : "" }} @endif > No
{{--
--}} {!! Form::close() !!}
@endsection