@extends('layouts.master') @section('title',' User') @section('page-header') Edit Factories @stop @section('css') @stop @section('content') @include('partials._alert_message')

@yield('page-header')

@include('partials._alert_message')
@csrf @method('PUT')


@endsection @section('js') @stop