@extends('layouts.master') @section('title', 'Update Industry') @section('content')

Update Industry

@if(count($errors) > 0) @endif
@csrf

Current Image


Looks good!
Please enter short name.
Looks good!
Please enter title.

Looks good!
Please upload an image.
Looks good!
Please enter include title.

@foreach($includes as $include)
@endforeach

Looks good!
Please enter industry details.
@endsection @section('scripts') @endsection @section('styles') @endsection