@extends('web.layouts.layout') @section('content')
@include('web.layouts.header')

{{__('web.edit_profile')}}

@CSRF
@if($user->role == 'company')
@endif
@section('inject_js') @endsection @stop