@extends('entity.app') @section('title' , __('form.create') . ' '. __('employee.religion')) @section('content') @include('components.errors')
@lang('form.create') @lang('employee.religion')
@csrf
@lang('form.back')
@endsection