@extends('entity.app') @section('title' , __('form.edit') . ' '. __('employee.religion')) @section('content') @include('components.errors')
@lang('form.edit') @lang('employee.religion') ({{$religion->name }})
@csrf @method('PUT')
@lang('form.back')
@endsection