@extends('layouts.master') @section('title') User @endsection @section('page-title') User @endsection @section('bread-crumb')
  • Home
  • User
  • Edit User
  • @endsection @section('content-title') Edit User @endsection @section('content') @messages

    {{csrf_field()}}
    @endsection