@extends('template.master') @section('content') @if ($role = Auth::user()->user_type == '2')

Users Edit

@include('partials.message')
@csrf
@endif @endsection