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

Add New Industry

@if(count($errors) > 0) @endif
@csrf
Looks good!
Please enter short name.
Looks good!
Please enter title.

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


Looks good!
Please enter industry details.

@endsection @section('scripts') @endsection @section('styles') @endsection