@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{$title}}
@method('PUT') @csrf
{{trans($namespaceName.'/'.$modelName.'.'.'name')}}
@error('name')
{{$message}}
@enderror
{{trans($namespaceName.'/'.$modelName.'.'.'email')}}
@error('email')
{{$message}}
@enderror
{{trans($namespaceName.'/'.$modelName.'.roles')}}
@foreach($roles as $role)
roles->contains($role)? "selected":"" }}>{{$role->display_name}}
@endforeach
status?'checked':''}} >
{{$data->status?trans($namespaceName.'/'.$modelName.'.active'):trans($namespaceName.'/'.$modelName.'.not active')}}
{{trans($namespaceName.'/'.$modelName.'.'.'Attachments')}}
* {{trans($namespaceName.'/'.$modelName.'.'.'Attachments_are_of_image_type_only')}}
{{trans($namespaceName.'/app.update')}}
@endsection