@extends('layouts.app') @section("breadcrumb")
  • @lang('menu.settings')
  • @lang('menu.email_notification')
  • @endsection @section('content')

    @lang('menu.email_notification')

    {!! Form::open(['url' => 'email-settings','method'=>'post']) !!}
    {!! Form::label('users', __('fleet.select_user'), ['class' => 'form-label']) !!}
    {!! Form::label('chk',__('fleet.selectNotification'), ['class' => 'form-label']) !!}
      Registration Notification
      Insurance Notification
      Vehicle Licence Notification
      Driving Licence Notification
      Service Reminder Notification
    {!! Form::close()!!}
    @endsection @section('script') @endsection